home *** CD-ROM | disk | FTP | other *** search
- Path: news2.interserv.net!news
- From: peterh@interserv.com
- Newsgroups: comp.lang.c++
- Subject: A 1 month old c++ programmer has a Link Problem
- Date: 10 Jan 1996 01:01:21 GMT
- Organization: InterServ News Service
- Message-ID: <4cv351$kv@lore.interserv.net>
- NNTP-Posting-Host: dd73-024.compuserve.com
- X-Newsreader: SPRY News 3.03 (SPRY, Inc.)
-
- Incredible but true, in terms of C++ programming I am only one month old,
- less actually if you don't count the time spent getting up to speed with
- MS Visual C++ V1.0 and its utilities etc.
-
- I am having a problem Linking a program.
- I am constantly getting Unresolved External References when I try to build.
- (eg. "C:\VIS-CPP\MFC\LIB\mafxcwd.lib(dlgfile.cpp) : error L2029:
- 'GETOPENFILENAME' : unresolved external")
-
- I have written a "mickey mouse" (no offence intended mr. Disney) program
- to read a text file, manipulate the data and write some records to a new
- text output file. This program makes use of the CFile class and others.
- I have selected a Quickwin project type using MFC. The build mode is Debug,
- the Input settings libraries are "mafxcwd, oldnames, libw, mlibcewq" and I
- have Ignore Def Libs selected. This is my first program to Include "AFX.H".
- All my directory paths look good so I guess I am missing some other setup
- Item.
-
- Any Ideas?
-